../SEM5-LAB
DIR: /SEM5-LAB/applied cryptography

applied cryptography

SOURCE_CODE_ACCESS: AUTHORIZED
blowfish.java

AIM:Program to perform Blowfish encryption (Blowfish Encryption).

blowfish_with_diffie.java

AIM:Program to perform Blowfish encryption with Diffie-Hellman key exchange (Blowfish with Diffie-Hellman Key Exchange).

blowfish_with_usrgenkey.java

AIM:Program to perform Blowfish encryption with user-generated key (Blowfish with User-Generated Key).

caesar.java

AIM:Program to perform Caesar cipher (Caesar Cipher).

cipher.java

AIM:Program to perform Substitution cipher (Substitution Cipher).

cipher2.java

AIM:Program to perform Playfair cipher (Playfair Cipher).

des.java

AIM:Program to perform DES encryption (DES Encryption).

des_with_diffie.java

AIM:Program to perform DES encryption with Diffie-Hellman key exchange (DES with Diffie-Hellman Key Exchange).

diffie.java

AIM:Program to perform Diffie-Hellman key exchange (Diffie-Hellman Key Exchange).

diffie_md5_blowfish.java

AIM:Program to perform Blowfish encryption with Diffie-Hellman key exchange and MD5 hash (Blowfish with Diffie-Hellman Key Exchange and MD5 Hash).

ds.java

AIM:Program to perform Digital Signature Standard (Digital Signature Standard).

hill2x2.java

AIM:Program to perform Hill cipher (Hill Cipher).

md5.java

AIM:Program to perform MD5 hash (MD5 Hash).

md5_dsa.java

AIM:Program to perform MD5 hash with DSA (MD5 Hash with DSA).

mono.java

AIM:Program to perform Monoalphabetic cipher (Monoalphabetic Cipher).

railfence.java

AIM:Program to perform Rail fence cipher (Rail fence Cipher).

rc4.java

AIM:Program to perform RC4 encryption (RC4 Encryption).

rc4_with_diffie.java

AIM:Program to perform RC4 encryption with Diffie-Hellman key exchange (RC4 with Diffie-Hellman Key Exchange).

rsa.java

AIM:Program to perform RSA encryption (RSA Encryption).

rsa_bigint.java

AIM:Program to perform RSA encryption (RSA Encryption).

substitution.java

AIM:Program to perform Substitution cipher (Substitution Cipher).